From 4bc145549d3b0e56f9abb0231420b76b492a0205 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sun, 15 Jul 2018 18:02:47 +0200 Subject: [PATCH] Correctly mark an enum value in a doc comment --- gtk/gtksizerequest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksizerequest.c b/gtk/gtksizerequest.c index 411cc103bc..49af81071b 100644 --- a/gtk/gtksizerequest.c +++ b/gtk/gtksizerequest.c @@ -398,7 +398,7 @@ gtk_widget_query_size_for_orientation (GtkWidget *widget, * position for the natural size, or %NULL * * Measures @widget in the orientation @orientation and for the given @for_size. - * As an example, if @orientation is GTK_ORIENTATION_HORIZONTAL and @for_size is 300, + * As an example, if @orientation is %GTK_ORIENTATION_HORIZONTAL and @for_size is 300, * this functions will compute the minimum and natural width of @widget if * it is allocated at a height of 300 pixels. * -- 2.30.2